Back... ?

July 11, 2012 · 194 views · 0 comments

Back... ?
Touch Me
//script Sun Teleporter integer start; integer stop; start = llGetUnixTime(); integer diff; if (llDetectedKey(0) == llGetOwner()) { llOwnerSay("CLICK"); vector pos = llList2Vector(llGetObjectDetails(llGetKey(), [OBJECT_POS]), 0); string sim = llGetRegionName(); diff = llGetUnixTime() - start; string debug = "Pos: "+ (string) pos.x + "," + (string) pos.y + "," + (string) pos.z; llOwnerSay(debug); }
Lewis Martin
REPORTER

About